Configurates
C1.Web.Mvc.ColumnBase.MultiLine. Sets a value that indicates whether the content of cells in this row or column should wrap at new line characters (\n).
Syntax
'Declaration
Public Function MultiLine( _
ByVal As Boolean _
) As TBuilder
public TBuilder MultiLine(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also